home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / awe2-0_1.lha / awe2-0.1 / Src / RCS / Pix.h,v < prev    next >
Text File  |  1989-02-20  |  304b  |  31 lines

  1. head     3.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 3.2
  10. date     89.02.20.15.36.30;  author grunwald;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 3.2
  21. log
  22. @Start using Gnu library heaps for schedulers
  23. @
  24. text
  25. @
  26. #ifndef _Pix_h
  27. #define _Pix_h 1
  28. typedef void* Pix;
  29. #endif
  30. @
  31.